'Declaration
Public Overloads Shared Function GetNearestPoint( _ ByVal points As System.Collections.Generic.IList(Of NPointD), _ ByVal pt As NPointD _ ) As NPointD
'Usage
Dim points As System.Collections.Generic.IList(Of NPointD) Dim pt As NPointD Dim value As NPointD value = NPointDList.GetNearestPoint(points, pt)
Parameters
- points
- pt